|
Microscopic Traffic Simulator
|
Structure representing car's location in time. More...
Public Attributes | |
| Point | Point |
| Car's location. More... | |
| Vector | DirectionNormalizedVector |
| Car's normalized direction vector. More... | |
| TimeSpan | Time |
| Time of the record. More... | |
| int | CarHashCode |
| Car's hash code. More... | |
Structure representing car's location in time.
Definition at line 14 of file GpsRecordsManager.Record.cs.
| int Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.CarHashCode |
Car's hash code.
Definition at line 34 of file GpsRecordsManager.Record.cs.
| Vector Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.DirectionNormalizedVector |
Car's normalized direction vector.
Definition at line 24 of file GpsRecordsManager.Record.cs.
| Point Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Point |
Car's location.
Definition at line 19 of file GpsRecordsManager.Record.cs.
| TimeSpan Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Time |
Time of the record.
Definition at line 29 of file GpsRecordsManager.Record.cs.